ComponentOne Bitmap for WPF
CopyFromMemory<T>(T[],Int32) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap Class > CopyFromMemory Method : CopyFromMemory<T>(T[],Int32) Method
Syntax
'Declaration
 
Public Overloads Sub CopyFromMemory(Of T As {New, Struct})( _
   ByVal memory() As T, _
   Optional ByVal pitch As System.Integer _
) 
public void CopyFromMemory<T>( 
   T[] memory,
   System.int pitch
)
where T: new(), struct

Parameters

memory
pitch

Type Parameters

T
See Also

Reference

Bitmap Class
Bitmap Members
Overload List